home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / ReelDVD 3.1.1 Trial Install / data1.cab / System32_Files / PTxSCP.ocx / 0 / RCDATA / TPTFRMABOUT / TPTFRMABOUT.txt < prev   
Encoding:
Text File  |  2003-07-16  |  4.0 KB  |  196 lines

  1. object PTFrmAbout: TPTFrmAbout
  2.   Left = 18
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 288
  8.   ClientWidth = 247
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CopyrightTxt: TLabel
  22.     Left = 8
  23.     Top = 184
  24.     Width = 211
  25.     Height = 26
  26.     Caption = 'Copyright ∩┐╜ %sPlasmatech Software Design.'#13#10'All rights reserved.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object ProductTxt: TLabel
  35.     Left = 8
  36.     Top = 148
  37.     Width = 16
  38.     Height = 13
  39.     Caption = '%s'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object VersionTxt: TLabel
  48.     Left = 8
  49.     Top = 164
  50.     Width = 51
  51.     Height = 13
  52.     Hint = 'Build %d'
  53.     Caption = 'Version %s'
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = -1
  57.     Top = 138
  58.     Width = 253
  59.     Height = 2
  60.   end
  61.   object Label1: TLabel
  62.     Left = 8
  63.     Top = 240
  64.     Width = 108
  65.     Height = 13
  66.     Cursor = crHandPoint
  67.     Caption = 'http://plasmatech.com'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlue
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsUnderline]
  73.     ParentFont = False
  74.     OnClick = Label1Click
  75.   end
  76.   object txtVersion: TLabel
  77.     Left = 183
  78.     Top = 165
  79.     Width = 57
  80.     Height = 12
  81.     Alignment = taRightJustify
  82.     Caption = '(Version Info)'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clWindowText
  85.     Font.Height = -9
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object CloseBtn: TButton
  91.     Left = 162
  92.     Top = 236
  93.     Width = 75
  94.     Height = 23
  95.     Cancel = True
  96.     Caption = 'Close'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 0
  100.   end
  101.   object Panel1: TPanel
  102.     Left = 41
  103.     Top = 6
  104.     Width = 164
  105.     Height = 124
  106.     BevelOuter = bvNone
  107.     BorderStyle = bsSingle
  108.     Ctl3D = True
  109.     ParentCtl3D = False
  110.     TabOrder = 1
  111.     object Image1: TImage
  112.       Left = 0
  113.       Top = 0
  114.       Width = 160
  115.       Height = 120
  116.       Align = alClient
  117.       AutoSize = True
  118.       Center = True
  119.       Picture.Data = {<image000.bmp>}
  120.       Stretch = True
  121.       OnClick = Image1Click
  122.     end
  123.   end
  124.   object Panel2: TPanel
  125.     Left = 4
  126.     Top = 265
  127.     Width = 238
  128.     Height = 18
  129.     BevelOuter = bvNone
  130.     BorderStyle = bsSingle
  131.     Caption = 'Thank you for purchasing'
  132.     Color = clGreen
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWhite
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.     TabOrder = 2
  140.   end
  141.   object DebugGroup: TPTGroup
  142.     Left = 24
  143.     Top = 8
  144.     Width = 193
  145.     Height = 121
  146.     Visible = False
  147.     TabOrder = 3
  148.     object AllocMemCountTxt: TLabel
  149.       Left = 8
  150.       Top = 8
  151.       Width = 103
  152.       Height = 13
  153.       Caption = 'AllocMemCount: %.0n'
  154.     end
  155.     object AllocMemSizeTxt: TLabel
  156.       Left = 8
  157.       Top = 24
  158.       Width = 95
  159.       Height = 13
  160.       Caption = 'AllocMemSize: %.0n'
  161.     end
  162.     object DiffAllocMemCountTxt: TLabel
  163.       Left = 8
  164.       Top = 48
  165.       Width = 119
  166.       Height = 13
  167.       Caption = 'DiffAllocMemCount: %.0n'
  168.     end
  169.     object DiffAllocMemSizeTxt: TLabel
  170.       Left = 8
  171.       Top = 64
  172.       Width = 111
  173.       Height = 13
  174.       Caption = 'DiffAllocMemSize: %.0n'
  175.     end
  176.     object Button1: TButton
  177.       Left = 8
  178.       Top = 88
  179.       Width = 75
  180.       Height = 23
  181.       Caption = '&Set Diff'
  182.       TabOrder = 0
  183.       OnClick = Button1Click
  184.     end
  185.     object Button2: TButton
  186.       Left = 104
  187.       Top = 88
  188.       Width = 75
  189.       Height = 23
  190.       Caption = '&Refresh'
  191.       TabOrder = 1
  192.       OnClick = Button2Click
  193.     end
  194.   end
  195. end
  196.